projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff0fedd
)
misc:max8998 Add LDO macros
author
Piotr Wilczek
<
[email protected]
>
Fri, 19 Oct 2012 05:34:04 +0000
(
05:34
+0000)
committer
Minkyu Kang
<
[email protected]
>
Thu, 15 Nov 2012 12:08:19 +0000
(21:08 +0900)
Add LDO7 and LDO17 macros to max8998_pmic.h necessary to power on the LCD.
Signed-off-by: Piotr Wilczek <
[email protected]
>
Signed-off-by: Kyungmin Park <
[email protected]
>
Signed-off-by: Minkyu Kang <
[email protected]
>
include/max8998_pmic.h
patch
|
blob
|
history
diff --git
a/include/max8998_pmic.h
b/include/max8998_pmic.h
index ca21f882c29344aae475cc967fc55255619ad3fe..0e559f986aa92257e4aea2392c357c36c4e023cc 100644
(file)
--- a/
include/max8998_pmic.h
+++ b/
include/max8998_pmic.h
@@
-76,7
+76,9
@@
enum {
#define MAX8998_LDO3 (1 << 2)
#define MAX8998_LDO4 (1 << 1)
+#define MAX8998_LDO7 (1 << 6)
#define MAX8998_LDO8 (1 << 5)
+#define MAX8998_LDO17 (1 << 4)
#define MAX8998_SAFEOUT1 (1 << 4)
#define MAX8998_I2C_ADDR (0xCC >> 1)